home *** CD-ROM | disk | FTP | other *** search
- Command Name : Prompt
-
- Function : Change the CLI prompt
-
- Arguments : [<prompt>]
-
- Location : Kickstart ROM
-
- This command lets you personalize your Shell by changing the prompt. You
- can change the prompt line in the file S:Shell-startup so your promp always
- changes. It is best to enclose the text in double quotes (") to make sure
- it is all taken in. There are some special commands, %N shows the Shell
- number, %S shows the current directory (the default) and %R shows the last
- return code.
-
- Examples
-
- Prompt "Mike :^)"
-
- Changes the prompt to my name and a nice Smiley.
-
- Prompt "A Prompt.%S"
-
- Changes the prompt to the text "A Prompt." then appends the current
- directory path to that.
-